home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
Palettes
/
SwitchBox
/
SwitchBoxInspector.h
< prev
next >
Wrap
Text File
|
1995-06-12
|
192b
|
16 lines
#import <appkit/appkit.h>
#import <apps/InterfaceBuilder.h>
@interface SwitchBoxInspector:IBInspector
{
id initialText;
id versionText;
}
- init;
- setVersionText: anObject;
@end